:root {
  /* システムに Noto Sans JP がインストール済みならそれを使用、なければ代替フォント */
  --font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;

  /* ========== カラー変数 ========== */
  --almost-black-dark-blue: rgba(15, 23, 42, 1);
  --dark-blue-grey: rgba(51, 66, 89, 1);
  --dark-grey: rgba(107, 107, 107, 1);
  --medium-blue-grey: rgba(117, 127, 143, 1);
  --medium-grey-border: rgba(208, 213, 221, 1);
  --light-grey-blue: rgba(242, 243, 245, 1);
  --light-grey-blue-2: rgba(248, 250, 252, 1);
  --light-grey: rgba(243, 243, 243, 1);
  --tdk-blue: rgba(0, 70, 173, 1);
  --tdk-secondary-yellow: rgba(244, 211, 92, 1);
  --tdk-secondary-orange: rgba(232, 120, 0, 1);
  --tdk-secondary-red: rgba(162, 22, 54, 1);
  --tdk-secondary-purple: rgba(104, 42, 108, 1);
  --tdk-secondary-darkblue: rgba(51, 64, 105, 1);
  --tdk-secondary-bluegray: rgba(154, 175, 203, 1);
  --tdk-secondary-lightblue: rgba(168, 221, 227, 1);
  --tdk-secondary-green: rgba(69, 172, 146, 1);
  --tdk-secondary-darkgreen: rgba(3, 80, 92, 1);
  --prim-dark-blue: rgba(17, 50, 255, 1);
  --prim-light-blue: rgba(0, 135, 255, 1);
  --prim-purple: rgba(201, 25, 244, 1);
  --prim-green: rgba(46, 237, 136, 1);
  --second-blue: rgba(0, 49, 145, 1);
  --second-purple: rgba(111, 0, 150, 1);
  --second-green: rgba(51, 122, 115, 1);
  --second-orange: rgba(177, 77, 33, 1);
  --second-gray: rgba(89, 89, 90, 1);
  --info-blue: rgba(43, 168, 255, 1);
  --info-purple: rgba(201, 123, 244, 1);
  --info-green: rgba(56, 209, 137, 1);
  --info-orange: rgba(255, 147, 42, 1);
  --info-gray: rgba(132, 132, 132, 1);

  /* ========== タイポグラフィ変数（font-family を統一） ========== */
  --display-font-family: var(--font-family);
  --display-font-weight: 700;
  --display-font-size: 40px;
  --display-letter-spacing: 0px;
  --display-line-height: 54px;
  --display-font-style: normal;

  --heading-heading-1-font-family: var(--font-family);
  --heading-heading-1-font-weight: 700;
  --heading-heading-1-font-size: 32px;
  --heading-heading-1-letter-spacing: 0px;
  --heading-heading-1-line-height: 44px;
  --heading-heading-1-font-style: normal;

  --heading-heading-2-font-family: var(--font-family);
  --heading-heading-2-font-weight: 700;
  --heading-heading-2-font-size: 26px;
  --heading-heading-2-letter-spacing: 0px;
  --heading-heading-2-line-height: 36px;
  --heading-heading-2-font-style: normal;

  --heading-heading-3-font-family: var(--font-family);
  --heading-heading-3-font-weight: 700;
  --heading-heading-3-font-size: 20px;
  --heading-heading-3-letter-spacing: 0px;
  --heading-heading-3-line-height: 28px;
  --heading-heading-3-font-style: normal;

  --title-large-emphasized-font-family: var(--font-family);
  --title-large-emphasized-font-weight: 700;
  --title-large-emphasized-font-size: 18px;
  --title-large-emphasized-letter-spacing: 0px;
  --title-large-emphasized-line-height: 24px;
  --title-large-emphasized-font-style: normal;

  --title-large-font-family: var(--font-family);
  --title-large-font-weight: 600;
  --title-large-font-size: 18px;
  --title-large-letter-spacing: 0px;
  --title-large-line-height: 24px;
  --title-large-font-style: normal;

  --title-medium-emphasized-font-family: var(--font-family);
  --title-medium-emphasized-font-weight: 700;
  --title-medium-emphasized-font-size: 16px;
  --title-medium-emphasized-letter-spacing: 0px;
  --title-medium-emphasized-line-height: 22px;
  --title-medium-emphasized-font-style: normal;

  --title-medium-font-family: var(--font-family);
  --title-medium-font-weight: 600;
  --title-medium-font-size: 16px;
  --title-medium-letter-spacing: 0px;
  --title-medium-line-height: 22px;
  --title-medium-font-style: normal;

  --title-small-emphasized-font-family: var(--font-family);
  --title-small-emphasized-font-weight: 700;
  --title-small-emphasized-font-size: 14px;
  --title-small-emphasized-letter-spacing: 0px;
  --title-small-emphasized-line-height: 20px;
  --title-small-emphasized-font-style: normal;

  --body-xxlarge-emphasized-font-family: var(--font-family);
  --body-xxlarge-emphasized-font-weight: 500;
  --body-xxlarge-emphasized-font-size: 20px;
  --body-xxlarge-emphasized-letter-spacing: 0px;
  --body-xxlarge-emphasized-line-height: 28px;
  --body-xxlarge-emphasized-font-style: normal;

  --body-xxlarge-font-family: var(--font-family);
  --body-xxlarge-font-weight: 400;
  --body-xxlarge-font-size: 20px;
  --body-xxlarge-letter-spacing: 0px;
  --body-xxlarge-line-height: 28px;
  --body-xxlarge-font-style: normal;

  --body-xlarge-emphasized-font-family: var(--font-family);
  --body-xlarge-emphasized-font-weight: 500;
  --body-xlarge-emphasized-font-size: 18px;
  --body-xlarge-emphasized-letter-spacing: 0px;
  --body-xlarge-emphasized-line-height: 24px;
  --body-xlarge-emphasized-font-style: normal;

  --body-xlarge-font-family: var(--font-family);
  --body-xlarge-font-weight: 400;
  --body-xlarge-font-size: 18px;
  --body-xlarge-letter-spacing: 0px;
  --body-xlarge-line-height: 24px;
  --body-xlarge-font-style: normal;

  --body-large-emphasized-font-family: var(--font-family);
  --body-large-emphasized-font-weight: 500;
  --body-large-emphasized-font-size: 16px;
  --body-large-emphasized-letter-spacing: 0px;
  --body-large-emphasized-line-height: 22px;
  --body-large-emphasized-font-style: normal;

  --body-large-font-family: var(--font-family);
  --body-large-font-weight: 400;
  --body-large-font-size: 16px;
  --body-large-letter-spacing: 0px;
  --body-large-line-height: 26px;
  --body-large-font-style: normal;

  --body-medium-emphasized-font-family: var(--font-family);
  --body-medium-emphasized-font-weight: 500;
  --body-medium-emphasized-font-size: 14px;
  --body-medium-emphasized-letter-spacing: 0px;
  --body-medium-emphasized-line-height: 20px;
  --body-medium-emphasized-font-style: normal;

  --body-medium-font-family: var(--font-family);
  --body-medium-font-weight: 400;
  --body-medium-font-size: 14px;
  --body-medium-letter-spacing: 0px;
  --body-medium-line-height: 20px;
  --body-medium-font-style: normal;

  --body-small-emphasized-font-family: var(--font-family);
  --body-small-emphasized-font-weight: 500;
  --body-small-emphasized-font-size: 12px;
  --body-small-emphasized-letter-spacing: 0px;
  --body-small-emphasized-line-height: 18px;
  --body-small-emphasized-font-style: normal;

  --body-small-font-family: var(--font-family);
  --body-small-font-weight: 400;
  --body-small-font-size: 12px;
  --body-small-letter-spacing: 0px;
  --body-small-line-height: 18px;
  --body-small-font-style: normal;

  --label-large-font-family: var(--font-family);
  --label-large-font-weight: 600;
  --label-large-font-size: 14px;
  --label-large-letter-spacing: 0px;
  --label-large-line-height: 20px;
  --label-large-font-style: normal;

  --label-medium-emphasized-font-family: var(--font-family);
  --label-medium-emphasized-font-weight: 700;
  --label-medium-emphasized-font-size: 12px;
  --label-medium-emphasized-letter-spacing: 0px;
  --label-medium-emphasized-line-height: 18px;
  --label-medium-emphasized-font-style: normal;

  --label-medium-font-family: var(--font-family);
  --label-medium-font-weight: 600;
  --label-medium-font-size: 12px;
  --label-medium-letter-spacing: 0px;
  --label-medium-line-height: 18px;
  --label-medium-font-style: normal;

  --label-small-emphasized-font-family: var(--font-family);
  --label-small-emphasized-font-weight: 700;
  --label-small-emphasized-font-size: 11px;
  --label-small-emphasized-letter-spacing: 0px;
  --label-small-emphasized-line-height: 14px;
  --label-small-emphasized-font-style: normal;

  --label-small-font-family: var(--font-family);
  --label-small-font-weight: 600;
  --label-small-font-size: 11px;
  --label-small-letter-spacing: 0px;
  --label-small-line-height: 14px;
  --label-small-font-style: normal;

  --label-xsmall-font-family: var(--font-family);
  --label-xsmall-font-weight: 600;
  --label-xsmall-font-size: 10px;
  --label-xsmall-letter-spacing: 0px;
  --label-xsmall-line-height: 14px;
  --label-xsmall-font-style: normal;
}

* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}

html,
body {
  margin: 0px;
  min-height: 100%;
  font-family: var(--font-family);
}
/* a blue color as a generic focus style */
button:focus-visible {
  outline: 2px solid #4a90e2 !important;
  outline: -webkit-focus-ring-color auto 5px !important;
}
a {
  text-decoration: none;
}
/* @FONTWARNING[{"type": "restricted", "family": "Noto Sans JP", "weight": "var(--body-large-emphasized-font-weight)", "style": "normal", "allowsCrossOrigin": false}] */

@font-face {
  font-family: "Noto Sans JP";
  src: local("Noto Sans");
}
/* @FONTWARNING[{"type": "restricted", "family": "Noto Sans", "weight": "500", "style": "normal", "allowsCrossOrigin": false}] */

@font-face {
  font-family: "Noto Sans";
  src: local("Noto Sans");  
}
/* @FONTWARNING[{"type": "restricted", "family": "Noto Sans-SemiBold", "weight": "600", "style": "normal", "allowsCrossOrigin": false}] */

@font-face {
  font-family: "Noto Sans-SemiBold";
  src: local("Noto Sans-SemiBold");  
}
/* @FONTWARNING[{"type": "restricted", "family": "Noto Sans-Regular", "weight": "400", "style": "normal", "allowsCrossOrigin": false}] */

@font-face {
  font-family: "Noto Sans-Regular";
  src: local("Noto Sans-Regular");
}
/* @FONTWARNING[{"type": "restricted", "family": "Noto Sans JP-Medium", "weight": "500", "style": "normal", "allowsCrossOrigin": false}] */

@font-face {
  font-family: "Noto Sans JP";
  src: local("Noto Sans JP");
}

.body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.section {
  align-items: center;
  gap: 60px;
  padding: 16px 0px 40px;
  align-self: stretch;
  width: 100%;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  position: relative;
  flex: 0 0 auto;
}

.element-en {
  position: relative;
  width: 100%;
  max-width: 1180px;
  flex: 0 0 auto;
  object-fit: cover;
  border-radius: 20px;
}

.content {
  width: 100%;
  max-width: 1180px;
  align-items: flex-start;
  gap: 40px;
  display: flex;
  position: relative;
  flex: 0 0 auto;
  margin: 0 auto;
}

.left {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 40px;
  position: relative;
  flex: 0 0 auto;
}

.info {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  position: relative;
  flex: 0 0 auto;
}

.div {
  width: 100%;
  max-width: 570px;
  align-items: flex-start;
  gap: 8px;
  display: flex;
  flex-direction: column;
  position: relative;
  flex: 0 0 auto;
}

.top {
  justify-content: center;
  gap: 14px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.div-2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.placeholder-text {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: var(--heading-heading-3-font-family);
  font-weight: var(--heading-heading-3-font-weight);
  color: #000000;
  font-size: var(--heading-heading-3-font-size);
  letter-spacing: var(--heading-heading-3-letter-spacing);
  line-height: var(--heading-heading-3-line-height);
  font-style: var(--heading-heading-3-font-style);
}

.body-text {
  position: relative;
  align-self: stretch;
  font-family: var(--body-large-font-family);
  font-weight: var(--body-large-font-weight);
  color: #000000;
  font-size: var(--body-large-font-size);
  letter-spacing: var(--body-large-letter-spacing);
  line-height: var(--body-large-line-height);
  font-style: var(--body-large-font-style);
}

.body-text-sub {
  position: relative;
  align-self: stretch;
  font-family: var(--body-large-font-family);
  font-weight: var(--body-large-font-weight);
  color: #000000;
  font-size: var(--body-large-font-size);
  letter-spacing: var(--body-large-letter-spacing);
  line-height: var(--body-large-line-height);
  font-style: var(--body-large-font-style);
  padding-left:20px;
}

.section-2 {
  width: 100%;
  max-width: 570px;
  align-items: flex-start;
  gap: 8px;
  padding: 20px;
  background-color: #2ba8ff1a;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  position: relative;
  flex: 0 0 auto;
}

.text-wrapper {
  align-self: stretch;
  margin-top: -1px;
  font-family: var(--title-medium-emphasized-font-family);
  font-weight: var(--title-medium-emphasized-font-weight);
  color: #0087ff;
  font-size: var(--title-medium-emphasized-font-size);
  line-height: var(--title-medium-emphasized-line-height);
  position: relative;
  letter-spacing: var(--title-medium-emphasized-letter-spacing);
  font-style: var(--title-medium-emphasized-font-style);
}

.list {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  position: relative;
  flex: 0 0 auto;
}

.webinar-checklist {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0px 0px 0px 8px;
  position: relative;
  flex: 0 0 auto;
}

.img {
  position: relative;
  width: auto;
  height: 20px;
}

.body-text-2 {
  flex: 1;
  margin-top: -1px;
  font-family: var(--body-large-font-family);
  font-weight: var(--body-large-font-weight);
  font-size: var(--body-large-font-size);
  line-height: var(--body-large-line-height);
  position: relative;
  color: #000000;
  letter-spacing: var(--body-large-letter-spacing);
  font-style: var(--body-large-font-style);
}

.div-3 {
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  display: flex;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  width: 100%;
  max-width: 570px;
  height: fit-content;
  gap: 24px;
}

.event-card {
  position: relative;
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  padding: 20px;
  border-radius: 12px;
  border: 1px solid !important;
  border-color: #d0d5dd !important;
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
}

.title {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
}

.icon-container {
  padding: 8px;
  background-color: #2ba8ff1a;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  position: relative;
  flex: 0 0 auto;
}

.img-2 {
  position: relative;
  width: 20px;
  height: 20px;
}

.text-wrapper-2 {
  position: relative;
  width: fit-content;
  font-family: var(--title-small-emphasized-font-family);
  font-weight: var(--title-small-emphasized-font-weight);
  color: #414141;
  font-size: var(--title-small-emphasized-font-size);
  letter-spacing: var(--title-small-emphasized-letter-spacing);
  line-height: var(--title-small-emphasized-line-height);
  white-space: nowrap;
  font-style: var(--title-small-emphasized-font-style);
}

.div-wrapper {
  align-items: center;
  gap: 40px;
  align-self: stretch;
  width: 100%;
  display: flex;
  position: relative;
  flex: 0 0 auto;
}

.text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 4px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.title-2 {
  position: relative;
  flex: 1;
  align-self: stretch;
  margin-top: -1px;
  font-family: var(--title-large-emphasized-font-family);
  font-weight: var(--title-large-emphasized-font-weight);
  color: #000000;
  font-size: var(--title-large-emphasized-font-size);
  letter-spacing: var(--title-large-emphasized-letter-spacing);
  line-height: var(--title-large-emphasized-line-height);
  font-style: var(--title-large-emphasized-font-style);
}

.detail {
  position: relative;
  align-self: stretch;
  font-family: var(--body-large-font-family);
  font-weight: var(--body-large-font-weight);
  color: #59595a;
  font-size: var(--body-large-font-size);
  letter-spacing: var(--body-large-letter-spacing);
  line-height: var(--body-large-line-height);
  font-style: var(--body-large-font-style);
}

.event-card-2 {
  width: 100%;
  height: fit-content;
  gap: 12px;
  padding: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 12px;
  border: 1px solid !important;
  border-color: #d0d5dd !important;
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
}

.event-card-3 {
  width: 100%;
  height: 100%;
  gap: 12px;
  padding: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 12px;
  border: 1px solid !important;
  border-color: #d0d5dd !important;
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
}

.event-card-4 {
  width: 100%;
  height: 176px;
  gap: 12px;
  padding: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 12px;
  border: 1px solid !important;
  border-color: #d0d5dd !important;
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
}

.content-2 {
  align-items: center;
  gap: 40px;
  align-self: stretch;
  width: 100%;
  margin-bottom: -20px;
  display: flex;
  position: relative;
  flex: 0 0 auto;
}

.event-card-5 {
  gap: 10px;
  padding: 16px;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 12px;
  border: 1px solid !important;
  border-color: #d0d5dd !important;
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
}

.div-4 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
}

.giftbox-wrapper {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px;
  position: relative;
  flex: 0 0 auto;
  background-color: #ff932a1a;
  border-radius: 8px;
}

.title-3 {
  position: relative;
  flex: 1;
  align-self: stretch;
  margin-top: -1px;
  font-family: var(--title-medium-emphasized-font-family);
  font-weight: var(--title-medium-emphasized-font-weight);
  color: #000000;
  font-size: var(--title-medium-emphasized-font-size);
  letter-spacing: var(--title-medium-emphasized-letter-spacing);
  line-height: var(--title-medium-emphasized-line-height);
  font-style: var(--title-medium-emphasized-font-style);
}

.profile {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #f2f3f5;
  border-radius: 12px;
}

.profile-2 {
  position: relative;
  width: 64px;
  height: auto;
  min-width: 64px;
}

.check-2-back{
  position: relative;
  padding: 24px;
  width: 100px;
  height: 100px;
  min-width: 64px;
  border-radius: 100px;
  background: rgba(56, 209, 137, 0.2);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.check-2 {
  width: 100px;
  }

.text-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.body-text-3 {
  align-self: stretch;
  margin-top: -1px;
  font-family: var(--title-medium-font-family);
  font-weight: var(--title-medium-font-weight);
  font-size: var(--title-medium-font-size);
  line-height: var(--title-medium-line-height);
  position: relative;
  color: #000000;
  letter-spacing: var(--title-medium-letter-spacing);
  font-style: var(--title-medium-font-style);
}

.body-text-4 {
  align-self: stretch;
  font-family: var(--body-medium-font-family);
  font-weight: var(--body-medium-font-weight);
  font-size: var(--body-medium-font-size);
  line-height: var(--body-medium-line-height);
  position: relative;
  color: #000000;
  letter-spacing: var(--body-medium-letter-spacing);
  font-style: var(--body-medium-font-style);
}

.content-3 {
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  width: 100%;
  display: flex;
  position: relative;
  flex: 0 0 auto;
}

.body-text-5 {
  align-self: stretch;
  margin-top: -1px;
  font-family: var(--body-large-font-family);
  font-weight: var(--body-large-font-weight);
  font-size: var(--body-large-font-size);
  line-height: var(--body-large-line-height);
  position: relative;
  color: #000000;
  letter-spacing: var(--body-large-letter-spacing);
  font-style: var(--body-large-font-style);
}

.frame {
  align-items: center;
  justify-content: center;
  gap: 10px;
  display: flex;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.triangle-shape {
  position: relative;
  width: 10px;
  height: 20px;
  aspect-ratio: 0.5;
  background-image: url(./img/image.svg);
  background-size: 100% 100%;
}

.body-text-6 {
  flex: 1;
  margin-top: -1px;
  font-family: var(--body-large-font-family);
  font-weight: var(--body-large-font-weight);
  font-size: var(--body-large-font-size);
  line-height: var(--body-large-line-height);
  text-decoration: underline;
  position: relative;
  color: #000000;
  letter-spacing: var(--body-large-letter-spacing);
  font-style: var(--body-large-font-style);
}

.contact-form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px 15px 0px 15px;
  position: relative;
  flex: 1;
  flex-grow: 1;
  min-width: 0;
  width: 100%;
  max-width: 560px;
  background-color: #ffffff;
  border-radius: 20px;
  border: 1px solid;
  border-color: #d0d5dd;
  box-shadow: 0px 20px 30px #00000026;
}

.thank-you-message {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px 20px 60px 20px;
  font-weight: bold;
  width: 100%;
  max-width: 540px;
}

.thank-you-message.is-show {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px 20px 60px 20px;
  font-weight: bold;
  width: 100%;
  max-width: 540px;
}

.placeholder-text-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.placeholder-text-2 {
  flex: 1;
  margin-top: -1px;
  font-family: var(--heading-heading-2-font-family);
  font-weight: var(--heading-heading-2-font-weight);
  color: #000000;
  font-size: var(--heading-heading-2-font-size);
  line-height: var(--heading-heading-2-line-height);
  position: relative;
  letter-spacing: var(--heading-heading-2-letter-spacing);
  font-style: var(--heading-heading-2-font-style);
}

.p {
  width: 100%;
  max-width: 474px;
  font-family: var(--body-medium-font-family);
  font-weight: var(--body-medium-font-weight);
  color: transparent;
  font-size: var(--body-medium-font-size);
  line-height: var(--body-medium-line-height);
  position: relative;
  letter-spacing: var(--body-medium-letter-spacing);
  font-style: var(--body-medium-font-style);
}

.span {
  color: #000000;
  font-family: var(--body-medium-font-family);
  font-style: var(--body-medium-font-style);
  font-weight: var(--body-medium-font-weight);
  letter-spacing: var(--body-medium-letter-spacing);
  line-height: var(--body-medium-line-height);
  font-size: var(--body-medium-font-size);
}

.text-wrapper-3 {
  color: #ff0000;
  font-family: var(--body-medium-font-family);
  font-style: var(--body-medium-font-style);
  font-weight: var(--body-medium-font-weight);
  letter-spacing: var(--body-medium-letter-spacing);
  line-height: var(--body-medium-line-height);
  font-size: var(--body-medium-font-size);
}

.inputs {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.div-5 {
  gap: 18px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.div-6 {
  align-items: center;
  gap: 16px;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  display: flex;
  position: relative;
  flex-wrap: wrap;
}

.text-field-with {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  position: relative;
  flex: 1;
  flex-grow: 1;
  min-width: 200px;
}

.label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  position: relative;
  flex: 0 0 auto;
}

.noto-sans-medium {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  flex: 0 0 auto;
}

.placeholder-text-3 {
  width: fit-content;
  margin-top: -1px;
  font-family: "Noto Sans", Helvetica;
  font-weight: 500;
  color: #000000;
  font-size: 13px;
  line-height: normal;
  position: relative;
  letter-spacing: 0;
}

.text-wrapper-4 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Noto Sans-SemiBold", Helvetica;
  font-weight: 600;
  color: #ff0000;
  font-size: 14px;
  letter-spacing: 0;
  line-height: normal;
}

.dropdown {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  border-radius: 6px;
}

.selection {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 12px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #ffffff;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid;
  border-color: #d0d5dd;
}

.noto-sans-regular {
  display: inline-flex;
  align-items: flex-start;
  position: relative;
  flex: 0 0 auto;
}

.placeholder-text-4 {
  width: fit-content;
  margin-top: -1px;
  font-family: "Noto Sans-Regular", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  line-height: 22px;
  white-space: nowrap;
  position: relative;
  letter-spacing: 0;
}

.icon-area {
  padding: 0px 0px 0px 8px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  position: relative;
  flex: 0 0 auto;
}

.text-field {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 8px 12px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #ffffff;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid;
  border-color: #d0d5dd;
}

.placeholder-text-5 {
  width: fit-content;
  margin-top: -1px;
  font-family: var(--body-medium-font-family);
  font-weight: var(--body-medium-font-weight);
  color: #1d2c3591;
  font-size: var(--body-medium-font-size);
  line-height: var(--body-medium-line-height);
  white-space: nowrap;
  position: relative;
  letter-spacing: var(--body-medium-letter-spacing);
  font-style: var(--body-medium-font-style);
}

.field {
  align-items: center;
  gap: 16px;
  flex: 1;
  flex-grow: 1;
  display: flex;
  position: relative;
}

.line {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 1px;
  background-color: var(--medium-grey-border);
}

.company-address {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.placeholder-text-6 {
  width: fit-content;
  margin-top: -1px;
  font-family: "Noto Sans-SemiBold", Helvetica;
  font-weight: 600;
  color: #000000;
  font-size: 15px;
  line-height: normal;
  position: relative;
  letter-spacing: 0;
}

.input {
  width: fit-content;
  margin-top: -1px;
  font-family: var(--body-medium-font-family);
  font-weight: var(--body-medium-font-weight);
  color: #1d2c3591;
  font-size: var(--body-medium-font-size);
  line-height: var(--body-medium-line-height);
  white-space: nowrap;
  position: relative;
  letter-spacing: var(--body-medium-letter-spacing);
  font-style: var(--body-medium-font-style);
  background: transparent;
  border: none;
  padding: 0;
}

.privacy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  border-radius: 8px;
}

.checkbox-required {
  display: flex;
  align-self: stretch;
  width: 100%;
  align-items: flex-start;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
}

.box {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  position: relative;
  flex: 0 0 auto;
}

.checkbox-field {
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
}

.tick-box {
  position: relative;
  width: 20px;
  height: 20px;
  min-width: 20px;
  background-color: #ffffff;
  border-radius: 4px;
  border: 1px solid;
  border-color: #d0d5dd;
}

.noto-sans-medium-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.placeholder-text-7 {
  flex: 1;
  margin-top: -1px;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 500;
  color: #000000;
  font-size: 14px;
  line-height: normal;
  position: relative;
  letter-spacing: 0;
}

.CTA-button-new-BI {
  display: flex;
  height: 48px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 28px;
  position: relative;
  align-self: stretch;
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
  background: linear-gradient(
    90deg,
    rgba(0, 70, 173, 1) 0%,
    rgba(17, 50, 255, 1) 15%,
    rgba(0, 135, 255, 1) 100%
  );
  border: none;
  cursor: pointer;
}

.triangle-shape-2 {
  position: relative;
  width: 8px;
  height: 16px;
  aspect-ratio: 0.5;
  background-image: url(./img/vector-123.svg);
  background-size: 100% 100%;
}

.text-3 {
  position: relative;
  width: fit-content;
  margin-top: -4px;
  font-family: var(--body-large-emphasized-font-family);
  font-weight: var(--body-large-emphasized-font-weight);
  color: #ffffff;
  font-size: var(--body-large-emphasized-font-size);
  text-align: center;
  letter-spacing: var(--body-large-emphasized-letter-spacing);
  line-height: var(--body-large-emphasized-line-height);
  white-space: nowrap;
  font-style: var(--body-large-emphasized-font-style);
}

.placeholder-text-8 {
  width: 100%;
  max-width: 474px;
  height: 36px;
  font-family: "Noto Sans-Regular", Helvetica;
  font-weight: 400;
  color: #6b6b6b;
  font-size: 12px;
  text-align: center;
  line-height: 18px;
  position: relative;
  letter-spacing: 0;
}

.text-wrapper-5 {
  font-family: "Noto Sans-Regular", Helvetica;
  font-weight: 400;
  color: #6b6b6b;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 18px;
}

.text-wrapper-6 {
  text-decoration: underline;
}

/* Header */
.header {
  width: 100%;
  background: linear-gradient(to right, #0046AD 0%, #1132FF 15%, #0088F9 100%);
}

.header__inner {
  width: 100%;
  max-width: 1190px;
  margin: 0 auto;
  padding: 24px 20px;
}

.header__logo img {
  max-width: 100%;
  height: auto;
  width: 100%;
  max-width: 300px;
}

/* Footer */
.footer {
  color: #fff;
  padding: 40px 20px 20px;
  width: 100%;
}

.footer__inner {
  width: 100%;
  max-width: 1190px;
  margin: 0 auto;
  padding: 0;
}

.footer__logo {
  margin-bottom: 30px;
}

.footer__logo img {
  max-width: 100%;
  height: auto;
  width: 100%;
  max-width: 300px;
  margin-top: 20px;
}

.footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 40px;
  margin-bottom: 30px;
}

.footer__links a {
  color: #000;
  text-decoration: none;
  font-size: 14px;
}

.footer__links a:hover {
  text-decoration: underline;
}

.footer__copyright {
  font-size: 12px;
  color: #000;
  border-top: 1px solid #333;
  padding-top: 20px;
}

/* ===== Base Styles ===== */
.block--footer-logo.block {
    margin: 50px auto 18px;
    padding: 0;
}

.block--footer-logo.block .field--type-text-with-summary {
    margin-bottom: 0;
}

.block--footer-logo.block p {
    margin-bottom: 0 !important;
}

.block--footer-logo .field--type-text-with-summary {
    max-width: 1180px;
    width: 100%;
    margin: 500px auto -10px;
    padding: 0 20px;
}

/* ===== Form Container ===== */
.form-section {
  width: 100%;
  max-width: 600px;
  margin: 40px auto;
  padding: 0 20px;
}

.form_headline {
  font-family: var(--heading-heading-2-font-family);
  font-weight: var(--heading-heading-2-font-weight);
  font-size: var(--heading-heading-2-font-size);
  line-height: 36px;
  color: #000000;
  margin-bottom: 12px;
  margin-top: 0;
  padding-left:15px;
}

.form-note {
  font-family: var(--body-medium-font-family);
  font-weight: var(--body-medium-font-weight);
  font-size: var(--body-medium-font-size);
  line-height:20px;
  color: #000000;
  margin-bottom: 20px;
  margin-top: 0;
  padding-left:15px;
}

.form-note .text-wrapper-3 {
  color: #ff0000;
}

/* ===== Form Elements ===== */
.elq-form {
  display: flex;
  flex-direction: column;
}

.layout.container-fluid {
  padding: 0!important;
  width: 100%;
}

.row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
  margin: 0;
}

.grid-layout-col {
  flex: 1;
  min-width: 0;
} 

.layout-col.col-sm-12 {
  width: 100%;
}

.layout-col.col-sm-6 {
  flex: 1;
  min-width: calc(50% - 10px);
}

/* ===== Field Styles ===== */
.elq-field-style {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  margin: 0 !important;
}

.form-element-layout {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}

.form-element-layout > .row > .col-sm-12:first-child {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 6px;
}

.elq-label {
  display: flex;
  align-items: center;
  gap: 4px;
  font-family: "Noto Sans", Helvetica;
  font-weight: 500 !important;
  font-size: 13px;
  color: #000000;
  line-height: normal;
  margin: 0;
}

.elq-required {
  font-family: "Noto Sans-SemiBold", Helvetica;
  font-weight: 600 !important;
  font-size: 14px !important;
  color: #ff0000;
  line-height: normal;
  margin-left: 6px !important;
}

/* ===== Input Fields ===== */
.field-control-wrapper {
  width: 100%;
}

.elq-item-select,
.elq-item-input {
  width: 100%;
  padding: 8px 12px;
  background-color: #ffffff;
  border: 1px solid var(--medium-grey-border);
  border-radius: 6px;
  font-family: var(--body-medium-font-family);
  font-weight: var(--body-medium-font-weight);
  font-size: var(--body-medium-font-size);
  color: #1d2c35;
  line-height: 20px;
  transition: border-color 0.2s ease;
}

.elq-item-select:focus,
.elq-item-input:focus {
  outline: none;
  border-color: var(--tdk-blue);
  box-shadow: 0 0 0 3px rgba(0, 70, 173, 0.1);
}

.elq-item-select {
  appearance: none;
  padding-right: 32px;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill="none" stroke="%23333" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13 6L8 11 3 6"/></svg>');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px;
}

.elq-item-input::placeholder {
  color: #1d2c3591;
}

/* ===== Checkbox ===== */
.single-checkbox-row {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 12px;
  width: 100%;
}

.single-checkbox-row input[type="checkbox"] {
  width: 20px;
  height: 20px;
  accent-color: #0087FF;
  cursor: pointer;
  transition: box-shadow 0.6s ease, transform 2s ease;
  border-radius: 4px;
  border: 1px solid #D0D5DD;
  background: #FFF;
   -webkit-appearance: auto;
}

.single-checkbox-row input[type="checkbox"]:checked {
  transform:scale(1.05);
}

.checkbox-aligned.elq-item-label {
  display: flex;
  gap: 8px;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 500;
  font-size: 14px;
  color: #000000;
  line-height: 20px;
  margin: 0;
  cursor: pointer;
}

/* ===== Submit Button ===== */
.submit-button-style {
  width: 100%;
  padding: 15px 28px !important;
  background: linear-gradient(
    90deg,
    var(--tdk-blue) 0%,
    var(--prim-dark-blue) 15%,
    var(--prim-light-blue) 100%
  );
  border: none !important;
  border-radius: 6px !important;
  font-family: var(--body-large-emphasized-font-family) !important;
  font-weight: var(--body-large-emphasized-font-weight) !important;
  font-size: var(--body-large-emphasized-font-size) !important;
  color: #ffffff !important;
  text-align: center;
  line-height: 24px !important;
  cursor: pointer !important;
  transition: box-shadow 0.3s ease;
  margin-top: 12px;
  margin-bottom: 20px;
}

.submit-button-style:hover {
  box-shadow: 0 4px 12px rgba(0, 70, 173, 0.3);
}

.submit-button-style:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

/* ===== Divider ===== */
.row hr,
.row .line {
  width: 100%;
  height: 1px;
  border: none;
  background-color: var(--medium-grey-border);
  margin: 24px 0;
}

/* ===== Footer Text ===== */
.form-section p:last-child {
  font-family: "Noto Sans-Regular", Helvetica;
  font-weight: 400;
  font-size: 12px;
  color: #6b6b6b;
  text-align: center;
  line-height: 18px;
  margin-top: 20px;
  margin-bottom: 0;
}

.form-section p:last-child a {
  text-decoration: underline;
  color: #6b6b6b;
}

.elq-form, .col-sm-6, .col-sm-12,.col-sm-12, .col-xs-12 {
  padding-right: unset !important;
  padding-bottom: 4px;
  }

.form-element-layout{
  padding: 5px 0px !important;
}

.LV_invalid{
  color:#FF0000;
  font-size:12px;
}

.LV_validation_message {
  margin: 0 0 0 22px !important;
}

.elq-form .row {
    margin-right: 7px !important;
    margin-left: -7px !important;
}

.elq-form a {
  color:#1132FF !important
}

.elq-form .row.single-checkbox-row{
  display: flex;
  gap: 8px !important;
  flex-wrap: nowrap !important;
}

/* ===== Utility ===== */
.sns_links_wrap {
  background: linear-gradient(to right, #0046AD 0%, #1132FF 15%, #0088F9 100%);
    margin-top: 30px;
    padding: 0 20px;
}

.sns_links_wrap p{
  font-size: 28px;
    color: #fff;
    text-align: center;
    padding-top: 50px;
}

.sns_links_wrap .sns_links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  max-width: 460px;
  margin: 0 auto;
  padding: 50px 20px;
}

.url_link {
  font-weight: 700;
  line-height:26px;
  text-decoration:underline;
  text-decoration-color: rgba(0, 70, 173, 1);
}

  .youtube {
  list-style:none;
}
  .in {
  list-style:none;
}
  .fb {
  list-style:none;
}
  .twitter {
  list-style:none;
}

/* ===== Responsive Design - Tablet (1000px以下) ===== */
@media screen and (max-width: 1000px) {
    .block--footer-logo.block {
        padding: 0 10px;
    }
    
    .content {
        flex-direction: column;
        gap: 30px;
    }
    
    .cards {
        grid-template-columns: 1fr;
    }
    
    .event-card,
    .event-card-2,
    .event-card-3,
    .event-card-4 {
        width: 100%;
    }
    
    .div-wrapper {
        flex-direction: column;
    }
    
    .placeholder-text {
        font-size: 18px;
        line-height: 24px;
    }
    
    .form_headline {
        font-size: 22px;
        line-height: 30px;
    }
}

/* ===== Responsive Design - Large Tablet (768px以下) ===== */
@media screen and (max-width: 768px) {
    .element-en {
        padding: 0 15px;
    }
    
    .content {
        padding: 0 15px;
        gap: 20px;
    }
    
    .section {
        gap: 40px;
        padding: 12px 0 30px;
    }
    
    .div {
        max-width: 100%;
    }
    
    .section-2 {
        max-width: 100%;
    }
    
    .webinar-checklist {
        max-width: 100%;
    }
    
    .cards {
        gap: 16px;
    }
    
    .div-wrapper {
        gap: 20px;
    }
    
    .placeholder-text {
        font-size: 16px;
        line-height: 22px;
    }
    
    .body-text {
        font-size: 14px;
        line-height: 22px;
    }
    
    .elq-form {
        padding: 30px 24px;
    }

    .form_headline {
        font-size: 22px;
        line-height: 30px;
    }

    .layout-col.col-sm-6 {
        flex: 1;
        min-width: 100%;
    }

    .row {
        flex-direction: column;
            width: auto !important;
    }

    .single-checkbox-row {
        flex-direction: row;
        align-items: flex-start;
    }

    .submit-button-style {
        height: 44px;
        font-size: 14px;
    }
    
    .contact-form {
        padding: 15px 20px;
    }
    
    .profile {
        gap: 12px;
        padding: 15px;
    }
    
    .profile-2 {
        width: 48px;
        height: auto;
    }
    
    .sns_links_wrap .sns_links {
        padding: 40px 20px;
    }
    
    .sns_links_wrap p {
        font-size: 24px;
        padding-top: 40px;
    }
}

/* ===== Responsive Design - Mobile (640px以下) ===== */
@media screen and (max-width: 640px) {
    .block--footer-logo.block {
        margin: 50px auto 29px;
    }
    
    .block--footer-logo .field--type-text-with-summary {
        margin: 50px auto -20px;
        padding: 0 15px;
    }
    
    .element-en {
        padding: 0 10px;
        border-radius: 12px;
    }
    
    .content {
        padding: 0 10px;
        flex-direction: column;
        gap: 20px;
    }
    
    .section {
        gap: 30px;
        padding: 10px 0 20px;
    }
    
    .header__inner {
        padding: 16px 10px;
    }
    
    .header__logo img {
        max-width: 200px;
    }
    
    .footer__inner {
        padding: 0 10px;
    }
    
    .footer__logo img {
        max-width: 200px;
    }
    
    .form-section {
        padding: 0 15px;
        margin: 20px auto;
    }
    
    .form_headline {
        font-size: 18px;
        line-height: 24px;
        padding-left: 0;
    }
    
    .form-note {
        font-size: 12px;
        padding-left: 0;
    }
    
    .elq-form {
        padding: 24px 16px;
    }
    
    .submit-button-style {
        height: 44px;
        padding: 12px 20px;
        font-size: 14px;
        margin-top: 8px;
    }
    
    .placeholder-text {
        font-size: 14px;
        line-height: 20px;
    }
    
    .placeholder-text-2 {
        font-size: 20px;
        line-height: 28px;
    }
    
    .body-text {
        font-size: 13px;
        line-height: 20px;
    }
    
    .body-text-2 {
        font-size: 13px;
    }
    
    .div-6 {
        gap: 8px;
    }
    
    .text-field-with {
        min-width: 100%;
    }
    
    .webinar-checklist {
        max-width: 100%;
        padding: 0;
    }
    
    .title-2 {
        font-size: 16px;
    }
    
    .detail {
        font-size: 13px;
    }
    
    .cards {
        grid-template-columns: 1fr;
        gap: 12px;
        max-width: 100%;
    }
    
    .event-card,
    .event-card-2,
    .event-card-3,
    .event-card-4 {
        width: 100%;
        padding: 16px;
        gap: 10px;
    }
    
    .icon-container {
        padding: 6px;
    }
    
    .img-2 {
        width: 16px;
        height: 16px;
    }
    
    .text-wrapper-2 {
        font-size: 12px;
    }
    
    .div-wrapper {
        flex-direction: column;
        gap: 15px;
    }
    
    .profile {
        flex-direction: column;
        gap: 10px;
        padding: 12px;
        text-align: center;
    }
    
    .profile-2 {
        width: 48px;
        height: auto;
        align-self: center;
    }
    
    .text-2 {
        align-items: flex-start;
    }
    
    .body-text-3 {
        font-size: 14px;
        line-height: 20px;
    }
    
    .body-text-4 {
        font-size: 12px;
        line-height: 18px;
    }
    
    .contact-form {
        padding: 12px 16px;
    }
    
    .placeholder-text-wrapper {
        flex-direction: column;
        gap: 4px;
    }
    
    .p {
        max-width: 100%;
    }
    
    .placeholder-text-8 {
        max-width: 100%;
        height: auto;
    }
    
    .sns_links_wrap {
        margin-top: 20px;
        padding: 0;
    }
    
    .sns_links_wrap p {
        font-size: 20px;
        padding-top: 30px;
    }
    
    .sns_links_wrap .sns_links {
        padding: 30px 15px;
        gap: 15px 20px;
    }
    
    .footer__links {
        gap: 15px 20px;
        margin-bottom: 20px;
    }
    
    .footer__links a {
        font-size: 12px;
    }
    
    .footer__copyright {
        font-size: 11px;
        padding-top: 15px;
    }
}

/* ===== Responsive Design - Small Mobile (480px以下) ===== */
@media screen and (max-width: 480px) {
    .element-en {
        padding: 0 5px;
        border-radius: 10px;
    }
    
    .content {
        padding: 0 5px;
        gap: 15px;
    }
    
    .section {
        gap: 20px;
        padding: 8px 0 15px;
    }
    
    .header__inner {
        padding: 12px 5px;
    }
    
    .header__logo img {
        max-width: 150px;
    }
    
    .footer__inner {
        padding: 0 5px;
    }
    
    .footer__logo img {
        max-width: 150px;
    }
    
    .form-section {
        padding: 0 12px;
        margin: 15px auto;
    }
    
    .form_headline {
        font-size: 16px;
        line-height: 22px;
    }
    
    .form-note {
        font-size: 11px;
    }
    
    .elq-form {
        padding: 20px 12px;
    }
    
    .submit-button-style {
        height: 40px;
        padding: 10px 16px;
        font-size: 13px;
        margin-top: 6px;
        margin-bottom: 15px;
    }
    
    .placeholder-text {
        font-size: 12px;
        line-height: 18px;
    }
    
    .placeholder-text-2 {
        font-size: 18px;
        line-height: 24px;
    }
    
    .body-text {
        font-size: 12px;
        line-height: 18px;
    }
    
    .body-text-2 {
        font-size: 12px;
    }
    
    .body-text-sub {
        padding-left: 12px;
        font-size: 12px;
    }
    
    .text-field-with {
        min-width: 100%;
    }
    
    .noto-sans-medium,
    .noto-sans-regular {
        font-size: 12px;
    }
    
    .placeholder-text-3,
    .placeholder-text-4 {
        font-size: 12px;
    }
    
    .text-wrapper-4 {
        font-size: 12px;
    }
    
    .title-2 {
        font-size: 14px;
        line-height: 20px;
    }
    
    .detail {
        font-size: 12px;
        line-height: 18px;
    }
    
    .cards {
        gap: 10px;
    }
    
    .event-card,
    .event-card-2,
    .event-card-3,
    .event-card-4 {
        width: 100%;
        padding: 12px;
        gap: 8px;
    }
    
    .event-card-4 {
        height: auto;
    }
    
    .icon-container {
        padding: 4px;
    }
    
    .img-2 {
        width: 14px;
        height: 14px;
    }
    
    .text-wrapper-2 {
        font-size: 11px;
    }
    
    .div-wrapper {
        gap: 12px;
    }
    
    .title-3 {
        font-size: 14px;
    }
    
    .profile {
        flex-direction: column;
        gap: 8px;
        padding: 10px;
    }
    
    .profile-2 {
        width: 40px;
        height: auto;
    }
    
    .body-text-3 {
        font-size: 12px;
        line-height: 18px;
    }
    
    .body-text-4 {
        font-size: 11px;
        line-height: 16px;
    }
    
    .body-text-5 {
        font-size: 12px;
        line-height: 18px;
    }
    
    .body-text-6 {
        font-size: 12px;
    }
    
    .contact-form {
        padding: 10px 12px;
    }
    
    .placeholder-text-wrapper {
        gap: 2px;
    }
    
    .text-3 {
        font-size: 14px;
    }
    
    .placeholder-text-8 {
        font-size: 11px;
        height: auto;
        line-height: 16px;
    }
    
    .text-wrapper-5 {
        font-size: 11px;
        line-height: 16px;
    }
    
    .sns_links_wrap p {
        font-size: 18px;
        padding-top: 20px;
    }
    
    .sns_links_wrap .sns_links {
        padding: 20px 10px;
        gap: 10px 15px;
    }
    
    .footer__links {
        gap: 10px 15px;
        margin-bottom: 15px;
    }
    
    .footer__links a {
        font-size: 11px;
    }
    
    .footer__copyright {
        font-size: 10px;
        padding-top: 10px;
    }
}

/* ===== Extra Small Mobile (380px以下) ===== */
@media screen and (max-width: 380px) {
    .content {
        padding: 0;
    }
    
    .section {
        gap: 15px;
    }
    
    .form-section {
        padding: 0;
        margin: 10px auto;
    }
    
    .form_headline {
        font-size: 14px;
        padding-left: 0;
    }
    
    .form-note {
        font-size: 10px;
        padding-left: 0;
    }
    
    .elq-form {
        padding: 16px 10px;
    }
    
    .header__logo img,
    .footer__logo img {
        max-width: 120px;
    }
    
    .cards {
        gap: 8px;
    }
    
    .event-card,
    .event-card-2,
    .event-card-3,
    .event-card-4 {
        padding: 10px;
        gap: 6px;
    }
}

.privacy-title {
  font-size: 13px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0 0 4px 0;
  padding: 0 15px;
}

.privacy-container {
  display: block;
  border-radius: 8px;
  border: 1px solid #d0d5dd;
  padding: 16px;
  margin: 0 22px 18px 22px;
}

.privacy-content-wrapper {
  grid-column-start: 2;
}

.privacy-scrollable {
  border: unset;
  max-height: 150px;
  padding: 0 8px 0 0;
  overflow-y: auto;
  color: #6b6b6b;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

/* テキスト部分のスタイル */
.privacy-scrollable p {
  margin: 0 0 8px 0;
}

.privacy-scrollable ul {
  margin: 0 0 8px 20px;
  padding: 0;
}

.privacy-scrollable li {
  margin: 0 0 4px 0;
}

/* テーブルのスタイル */
.privacy-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 8px;
  font-size: 12px;
}

.privacy-table td {
  border: 1px solid #e5e7eb;
  padding: 8px;
  vertical-align: top;
}

.privacy-table td:first-child {
  width: 25%;
  font-weight: 500;
  background-color: #f9fafb;
}

/* スクロールバーのスタイリング（ブラウザ別） */
.privacy-scrollable::-webkit-scrollbar {
  width: 6px;
}

.privacy-scrollable::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.privacy-scrollable::-webkit-scrollbar-thumb {
  background: #b5bcc2;
  border-radius: 10px;
}

.privacy-scrollable::-webkit-scrollbar-thumb:hover {
  background: #888;
}